home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / BOOT_UTL / TPREBOOT / REBOOT.DOC < prev    next >
Text File  |  1995-01-17  |  755b  |  18 lines

  1. This is a very simple procedure to include in your Turbo/Borland Pascal
  2. programs. Just include 'Reboot' in your uses clause, and execute the
  3. 'RebootMach' procedure to reboot the machine.
  4.  
  5. All that is really needed is REBOOT.TPU, which is built using Turbo/Borland 
  6. Pascal. If you wish to rebuild the unit, you'll need the file REBOOT.OBJ.
  7. To rebuild REBOOT.OBJ, you'll need REBOOT.ASM.
  8.  
  9. I made this as an experiment to incorporate an assembly object into a Pascal
  10. program. Works great.
  11.  
  12. This utility is in the public domain. Feel free to distribute, modify,
  13. change, etc., the code and redistribute any way you like! Oh, and I also
  14. take no responsibility for the data that is distributed here.
  15.  
  16. Steven Ziuchkovski <stevenmz@teleport.com>
  17.  
  18.